Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AP_ExternalAHRS: added InertialLabs support #25674

Merged
merged 17 commits into from
Dec 16, 2023

Conversation

tridge
Copy link
Contributor

@tridge tridge commented Dec 1, 2023

This supports the INS-U from InertialLabs. This external AHRS features:

  • GPS
  • IMU
  • baro
  • mag
  • airspeed
  • navigation solution
  • reporting variances
  • logging of GNSS detailed status

Tested with an INS-U remotely with sertotcp.py

libraries/AP_ExternalAHRS/AP_ExternalAHRS_InertialLabs.cpp Outdated Show resolved Hide resolved
state.location.lat = u.position.lat;
state.location.lng = u.position.lon;
state.location.alt = u.position.alt;
state.have_location = true;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this ever go false? Similar other states are set to true upon reception of the first packet but never set back to false if data becomes stale.

libraries/AP_AHRS/AP_AHRS.h Outdated Show resolved Hide resolved
libraries/AP_Airspeed/AP_Airspeed_External.h Show resolved Hide resolved
@tridge tridge merged commit 8976767 into ArduPilot:master Dec 16, 2023
88 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants